home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / mathgr.arc / MATHGRAF.HLP < prev    next >
Text File  |  1990-08-05  |  3KB  |  126 lines

  1. 1. Function
  2.  
  3. The function must be in terms of x 
  4. only:  f(x).
  5.  
  6. It can contain:
  7.  
  8. - The variable x
  9. - Any real or integer constant
  10. - p (for PI)
  11. - e (for 2.7182818)
  12. - Any function abreviation listed in 
  13.   the function dialogue box
  14.  
  15. The function must be entered in POSTFIX  
  16. notation. i.e.: you can view the 
  17. function as being evaluated from left to
  18. right. And each time a number or a 
  19. variable is read, it is placed on top of a 
  20. stack. And each time an operator is read
  21. it is applied to the last two or one 
  22. numbers placed on the stack. Then the 
  23. result of the operation is placed on top
  24. of the stack. This method is identical
  25. to the one used some scientific
  26. calculators. There must be at least one
  27. space character between each element of
  28. the function.
  29.  
  30. examples:
  31.  
  32. __________________________________
  33.     infix        |     postfix
  34. _________________|________________
  35.  (3x + 2)        |     3 x * 2 +
  36. _________________|________________
  37.  x raised        |
  38.  to the power    |
  39.  of 3            |     x 3 ^
  40. _________________|________________
  41.  sin(x+2)        |     x 2 + s
  42. _________________|________________
  43.  abs(cos(3*x))   |     x 3 * c a
  44. _________________|________________
  45.  -x              |     x -1 *
  46. _________________|________________
  47.  x modulo 5      |     x 5 m
  48. _________________|________________
  49.  
  50. Note: To obtain -x, multiply x by -1
  51.  
  52. __________________________________________
  53.  
  54. 2. Interval
  55.  
  56. xa,xb,ya,yb can be any real number where
  57. xa < xb and ya < yb
  58.  
  59. The numbers can be in decimal or exponential
  60. notation.
  61.  
  62. examples of valid numbers: 2
  63.                            34.99875
  64.                            2.1E-10
  65.  
  66. ___________________________________________
  67.  
  68. 3. Wider
  69.  
  70. This menu option will enlarge the x and y 
  71. range by a factor of two
  72.  
  73. ___________________________________________
  74.  
  75. 4. Zoom
  76.  
  77. This menu option permits to restrict
  78. the graphic interval. Press the left mouse
  79. button and drag the mouse while holding the
  80. button.
  81.  
  82. ___________________________________________
  83.  
  84. 5. Superimpose, New
  85.  
  86. Superimpose will draw the current function
  87. without erasing the screen. New erases
  88. before drawing.
  89.  
  90. ___________________________________________
  91.  
  92. 6. Printing
  93.  
  94. The Print option will send the graphic on
  95. the screen to the printer selected by the
  96. Windows control pannel. 
  97. ____________________________________________
  98.  
  99. 7. Copy 
  100.  
  101. This option copies the current graphic 
  102. window to the clipboard. The contents of the
  103. clipboard can then be pasted in other Windows
  104. graphics programs.
  105. _____________________________________________
  106.  
  107. 8. Origin
  108.  
  109. This function will redraw the current graphic
  110. without changing the interval size but centered
  111. at the origin.             
  112.  
  113. ______________________________________________
  114.      
  115. 9. Save, Save as, Open
  116.  
  117. These functions will save or load a graphics 
  118. definition file containing up to ten distinct
  119. curves. 
  120. ______________________________________________
  121.  
  122. 10. Coordinates
  123.  
  124. The current coordinates of the mouse pointer
  125. are displayed on the screen.
  126. ______________________________________________